home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / fpc / units / makefile.inc < prev    next >
Makefile  |  1998-09-21  |  486b  |  22 lines

  1. #
  2. # Here we set some variables, needed by all OSes.
  3. #
  4.  
  5. # System unit include files. These are composed from header and
  6. # implementation files.
  7.  
  8. SYSNAMES=systemh heaph mathh filerec textrec system real2str sstrings innr \
  9.          file typefile version text rtti
  10. SYSINCNAMES=$(addsuffix .inc,$(SYSNAMES))
  11.  
  12. # Other unit names which can be used for all systems
  13. #
  14. #UNITNAMES=getops
  15. #UNITPPNAMES=$(addsuffix .pp,$(UNITNAMES))
  16.  
  17. # Other files...
  18. #astrings.pp
  19. #complex.pp
  20. #cpne.pp
  21. #lstrings.pp
  22.